home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2006 February / PCWFEB06.iso / Software / Resources / Audacity 1.23 / audacity-win-1.2.3.exe / {app} / README.txt < prev   
Text File  |  2004-11-16  |  28KB  |  768 lines

  1. Audacity: A Free, Cross-Platform Digital Audio Editor
  2.  
  3. Version 1.2.3
  4. For changelog, see the bottom of this document.
  5.  
  6. WWW:   http://audacity.sourceforge.net/
  7.  
  8. Email: audacity-help@lists.sourceforge.net
  9.  
  10. Lead Developers:
  11.  
  12.   Matt Brubeck
  13.   Joshua Haberman
  14.   Dominic Mazzoni (project leader)
  15.  
  16. Active Developers:
  17.   James Crook
  18.   Vaughan Johnson
  19.   Markus Meyer
  20.   Shane Mueller
  21.   Tony Oetzmann
  22.  
  23. Developers
  24.   William Bland
  25.   Vince Busam
  26.   Brian Gunlogson
  27.   Greg Mekkes
  28.   Augustus Saunders  
  29.  
  30. Other Contributors:
  31.   Dave Beydler
  32.   Jason Cohen
  33.   Roger Dannenberg
  34.   Dave Fancella
  35.   Steve Harris
  36.   Daniel James
  37.   Steve Jolly
  38.   Daniil Kolpakov
  39.   Robert Leidle
  40.   Logan Lewis
  41.   Abe Milde
  42.   Monty
  43.   Paul Nasca
  44.   Jason Pepas
  45.   Mark Phillips
  46.   Alexandre Prokoudine
  47.   Jonathan Ryshpan
  48.   Juhana Sadeharju
  49.   Patrick Shirkey
  50.   Mark Tomlinson
  51.   David Topper
  52.   Rudy Trubitt
  53.   Tom Woodhams
  54.   Otto Wyss
  55.  
  56.  
  57. The Audacity Logo:
  58.  
  59.   Harvey Lubin
  60.   http://www.agrapha.com/
  61.  
  62. Special Thanks:
  63.  
  64.   The wxWidgets Team
  65.   The Ogg Vorbis Team
  66.   Rob Leslie (libmad)
  67.   Ross Bencina and Phil Burk (PortAudio)
  68.   Erik de Castro Lopo (libsndfile)
  69.   Verilogix, Inc.
  70.  
  71. -------------------------------------------------------------
  72.  
  73. This program is free software; you can redistribute it and/or
  74. modify it under the terms of the GNU General Public
  75. License as published by the Free Software Foundation; either
  76. version 2 of the License, or (at your option) any later version.
  77.  
  78. This program is distributed in the hope that it will be useful,
  79. but WITHOUT ANY WARRANTY; without even the implied warranty of
  80. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
  81. General Public License for more details.
  82.  
  83. You should have received a copy of the GNU General Public License
  84. along with this program (in a file called LICENSE.txt); if not, go
  85. to http://www.gnu.org/copyleft/gpl.html or write to 
  86.  
  87.   Free Software Foundation, Inc.
  88.   59 Temple Place - Suite 330
  89.   Boston, MA 02111-1307 USA
  90.  
  91. -------------------------------------------------------------
  92.  
  93. Source code to this program is always available; for more
  94. information visit our website at:
  95.  
  96.   http://audacity.sourceforge.net/
  97.  
  98. Audacity is built upon other free libraries; some of
  99. these libraries may have come with Audacity in the lib-src
  100. directory.  Others you are expected to install first if
  101. you want Audacity to have certain capabilities.  Most
  102. of these libraries are not distributed under the terms
  103. of the GPL, but rather some other free, GPL-compatible
  104. license.  Specifically:
  105.  
  106.   wxWidgets: LGPL
  107.     Cross-platform GUI library - must be downloaded and
  108.     compiled separately.
  109.  
  110.   expat: BSD-like license.
  111.     Provides XML parsing.  Included with Audacity
  112.  
  113.   iAVC: LGPL
  114.     Part of the code to the AVC Compressor effect.
  115.     Included with Audacity.
  116.  
  117.   libid3tag: GPL
  118.     Reads/writes ID3 tags in MP3 files.  Optional
  119.     separate download as part of libmad.
  120.  
  121.   libmad: GPL
  122.     Decodes MP3 files.  Optional separate download.
  123.  
  124.   libnyquist: BSD-like license.
  125.     Functional language for manipulating audio; available
  126.     within Audacity for effects processing.
  127.  
  128.   libogg: BSD-like license.
  129.     Optional separate download, along with libvorbis.
  130.  
  131.   libresample: LGPL
  132.     High-quality audio resampling.
  133.     
  134.   libsndfile: LGPL
  135.     Reads and writes uncompressed PCM audio files.
  136.     Included with Audacity.
  137.  
  138.   libvorbis: BSD-like license.
  139.     Decodes and encodes Ogg Vorbis files.  Optional
  140.     separate download.
  141.  
  142. For more information, see the documentation inside
  143. each library's source code directory.
  144.  
  145. -------------------------------------------------------------------------
  146. Additional copyright information:
  147. -------------------------------------------------------------------------
  148.  
  149. Nyquist
  150.  
  151. Copyright (c) 2000-2002, by Roger B. Dannenberg
  152. All rights reserved.
  153.  
  154. Redistribution and use in source and binary forms, with or without
  155. modification, are permitted provided that the following conditions are met:
  156.  
  157. Redistributions of source code must retain the above copyright notice, this
  158. list of conditions and the following disclaimer.
  159.  
  160. Redistributions of source code must retain the copyright notice, the
  161. list of conditions, and the disclaimer, all three of which appear below under
  162. "COPYRIGHT AND LICENSE INFORMATION FOR XLISP."
  163.  
  164. Redistributions in binary form must reproduce the above copyright notice, this
  165. list of conditions and the following disclaimer in the documentation and/or
  166. other materials provided with the distribution.
  167.  
  168. Redistributions in binary form must reproduce the copyright notice, the
  169. list of conditions, and the disclaimer, all three of which appear below under
  170. "COPYRIGHT AND LICENSE INFORMATION FOR XLISP," in the documentation and/or
  171. other materials provided with the distribution.
  172.  
  173. Neither the name of Roger B. Dannenberg, Carnegie Mellon University, nor the 
  174. names of any contributors may be used to endorse or promote products derived 
  175. from this software without specific prior written permission.
  176.  
  177. COPYRIGHT AND LICENSE INFORMATION FOR XLISP (part of Nyquist):
  178.  
  179. Copyright (c) 1984-2002, by David Michael Betz
  180. All rights reserved.
  181.  
  182. Redistribution and use in source and binary forms, with or without
  183. modification, are permitted provided that the following conditions are met:
  184.  
  185. Redistributions of source code must retain the above copyright notice,
  186. this list of conditions and the following disclaimer. 
  187.  
  188. Redistributions in binary form must reproduce the above copyright notice, this
  189. list of conditions and the following disclaimer in the documentation and/or
  190. other materials provided with the distribution.
  191.  
  192. Neither the name of David Michael Betz nor the names of any contributors may be
  193. used to endorse or promote products derived from this software without specific
  194. prior written permission.
  195.  
  196. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDER AND CONTRIBUTORS "AS IS" AND
  197. ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
  198. WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
  199. DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
  200. FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  201. DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
  202. SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
  203. CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
  204. OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
  205. USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  206.  
  207. -------------------------------------------------------------
  208.  
  209. Compilation instructions:
  210.  
  211. First you must download wxWidgets from:
  212.  
  213.   http://www.wxWidgets.org/
  214.  
  215. If you install the RPM, make sure you install the devel RPM
  216. as well, otherwise, you won't be able to compile Audacity
  217. from source.
  218.  
  219. To compile on Linux, Mac OS X, and other Unix systems,
  220. simply execute these commands:
  221.  
  222.   ./configure
  223.   make
  224.   make install  # as root
  225.  
  226. To see compile-time options you can set, you can type
  227. "./configure --help".
  228.   
  229. If you want to do any development, you might want to generate
  230. a configure cache and header dependencies:
  231.  
  232.   ./configure -C
  233.   make dep
  234.  
  235. To compile on Windows using MSVC++, please follow the
  236. instructions found in compile.txt in the "win" subdirectory.
  237.  
  238. For more information on compilation (CodeWarrior for Mac is
  239. also supported) please email audacity-help@lists.sourceforge.net
  240.  
  241. -------------------------------------------------------------
  242.  
  243. Known issues/problems:
  244.  
  245.   * Audacity can import and display MIDI files, but they cannot be played
  246.     or edited.
  247.  
  248.   * Windows only: If you installed one of the 1.1.x beta versions,
  249.     you must uninstall it before installing Audacity 1.2.
  250.     (You do not need to uninstall earlier 1.2 or 1.0 releases.)
  251.  
  252.   * Linux only: Recording in full duplex on some Linux systems causes
  253.     mono recordings to sound slowed-down or low-pitched.  To work around
  254.     this problem, set Audacity to record in stereo.
  255.  
  256.   * Mac OS X only: Audacity cannot work with files or folders that
  257.     are contained inside folders with international characters
  258.     (accent marks, etc.) in their names.  Note that files with
  259.     accented characters work, and Audacity projects with
  260.     accented characters work.  Only files inside of folders
  261.     with accented characters in their names will cause problems.
  262.  
  263. -------------------------------------------------------------
  264.  
  265. Changes in 1.2.3:
  266.  
  267.   * Fixed a bug that caused recording to stop or display incorrectly
  268.     after about 50 minutes on some Windows systems.  (This was partly
  269.     fixed in Audacity 1.2.2, but still didn't work on some systems.)
  270.  
  271.   * The Change Pitch and Change Tempo effects have been upgraded to
  272.     use a new version of the SoundTouch library by Olli Parviainen,
  273.     with better speed and higher quality.
  274.  
  275.   * libsndfile has been upgraded to version 1.0.11.
  276.  
  277.   * Fixed a bug that caused the program to run slowly when using the
  278.     Envelope tool.
  279.  
  280.   * Shift-clicking on a mute or solo button now un-mutes (or un-solos)
  281.     all other tracks.
  282.  
  283.   * Nyquist plug-ins can now accept strings as input.  Also, a "Debug"
  284.     button has been added to Nyquist effect dialogs, which allows you
  285.     to see all of the output produced by Nyquist, for aid in debugging.
  286.  
  287.   * When the audio file referenced ("aliased") by an Audacity project is
  288.     missing, Audacity will now always play silence.  Before, Audacity
  289.     would sometimes repeat the most recent audio that was played previously.
  290.  
  291.   * VU Meters will now always reset when audio I/O has stopped.
  292.  
  293.   * New or updated translations: Italian (it), Hungarian (hu),
  294.     Ukrainian (uk), Spanish (es). Polish (pl), Simplified Chinese (zh),
  295.     Norsk-Bokmal (nb), French (fr).
  296.  
  297. Changes in 1.2.2:
  298.  
  299.   * VU Meters added for both playback and recording.  Click on
  300.     the recording meter to monitor the input without recording.
  301.  
  302.   * Export Multiple - new feature that lets you export multiple
  303.     files at once, either by track, or split based on labels.
  304.  
  305.   * Attempt to automatically correct latency in full-duplex recordings.
  306.     (This does not work perfectly, and is not yet supported on all
  307.     systems.  It will improve in future versions.)
  308.  
  309.   * Fixed a serious bug that could cause data loss when you save and
  310.     then reload and re-edit an Audacity project containing repeated
  311.     or duplicate data.
  312.  
  313.   * MP3 tags dialog will only pop up the first time you export as
  314.     MP3; after that it will not pop up again as long as you have
  315.     filled in at least one tag.
  316.  
  317.   * You can now add a label at the current playback position - in
  318.     the Project menu, with a shortcut of Ctrl+M.
  319.  
  320.   * Clicking on a label now selects all of the tracks, making it
  321.     easier to use the label track to recall selections.
  322.  
  323.   * Windows: Fixed a crash in the Time Track "Set Rate" command.
  324.  
  325.   * Fixed a bug that caused problems with recordings over 45 minutes
  326.     on some Windows systems.
  327.  
  328.   * Mac OS X: Improved support for the Griffin iMic by fixing a bug
  329.     that was causing it to always record in mono instead of stereo.
  330.  
  331.   * Added support for Software Playthrough (listen to what you're
  332.     recording while recording it, or while monitoring using a VU
  333.     meter) - this makes it possible, for example, to record using one
  334.     audio device while listening to it play through a separate device.
  335.  
  336.   * Unix/Linux: Fixed freeze caused by captured mouse when audio
  337.     device hangs.  (Audacity may not respond, but it will no longer
  338.     freeze all of X.)
  339.  
  340.   * Fixed a cosmetic bug that caused improper waveform display if
  341.     you tried to open an Audacity project saved on a different
  342.     platform (e.g., copying a project from a Mac to a PC).
  343.  
  344.   * Fixed bug that could cause instability when pasting, splitting,
  345.     or duplicating a label track.
  346.  
  347.   * You can now change the font of a label track by choosing "Font..."
  348.     from the label track's pop-up menu.
  349.  
  350.   * Basic printing support has been added.  Currently it scales the
  351.     entire project to fit exactly on one page.  Try printing in
  352.     landscape orientation for best results.
  353.  
  354.   * Mac OS X and Windows: Audacity ships with a newer version (1.0.1)
  355.     of the Ogg Vorbis encoder.  Vorbis compression will now have higher
  356.     quality and smaller file sizes.
  357.  
  358.   * Fix a bug that occasionally caused crashes when applying effects
  359.     to split tracks.
  360.  
  361.   * Zoom In / Zoom Out now properly disable when they're not available.
  362.  
  363.   * Fixed disk memory leak in Preview
  364.  
  365.   * Other minor bug fixes and performance improvements.
  366.  
  367. Changes in 1.2.1:
  368.  
  369.   * The following translations have been added or updated:  Finnish,
  370.     French, Hungarian, Italian, Japanese, Norwegian, Polish, Russian.
  371.  
  372.   * Fix a bug that could cause data to be lost when pasting audio
  373.     from one project into another, after the first project has been
  374.     saved and closed.
  375.  
  376.   * Fix a possible crash when opening or resizing the Equalization
  377.     window, especially when using large system fonts.
  378.  
  379.   * Don't allow percentages less than -100% in Change Pitch/Speed/Tempo
  380.     effects (fixes a possible crash).
  381.  
  382.   * Fix a crash when the temporary directory is not available on startup.
  383.  
  384.   * Correctly load ID3 tags saved in Audacity project files.
  385.  
  386.   * On Linux and OS X, store lockfiles in the temp directory instead of
  387.     the user's home directory.  This fixes problems in lab environments
  388.     where users have restricted or network-mounted home directories.
  389.  
  390.   * Fix a bug that prevented Nyquist effects from running when certain
  391.     regional settings were activated.
  392.  
  393.   * Fix a bug in the Quick Mix command that could cause old temporary
  394.     files to not be deleted.
  395.  
  396.   * Linux: Fix endianness problems in playback on PowerPC.
  397.  
  398.   * Linux: Fix compilation problem in Nyquist on MIPS.
  399.  
  400.   * Linux: Include a more recent PortAudio v19 snapshot (fixes compilation
  401.     problems when building with the --with-portaudio=v19 option).
  402.  
  403.   * Two new Nyquist plug-ins: "Cross Fade In" and "Cross Fade Out."
  404.   
  405.   * Other minor bug-fixes.
  406.  
  407. Changes in 1.2.0:
  408.  
  409.   * New cross-fade effects.
  410.  
  411.   * Fix problem where samples were drawn in the wrong position
  412.     when zoomed all the way in.  This caused the drawing tool
  413.     to move a different sample than the one under the cursor.
  414.  
  415.   * Don't use id3v2.4 tags, which are not yet supported by
  416.     most players.  (This was fixed in 1.2.0-pre2, but appeared
  417.     again by accident in 1.2.0-pre3.)
  418.  
  419.   * Correctly display translated messages in the status bar.
  420.  
  421.   * When the cursor is on-screen, the Zoom In button now zooms
  422.     to the area around the cursor.
  423.  
  424.   * Mac OS X: Fixed audio problems on the Apple PowerMac G5.
  425.  
  426.   * Linux/ALSA: Work around a bug in ALSA's OSS emulation that
  427.     caused Audacity's playback cursor to move too quickly.
  428.  
  429.   * Microsoft Windows: The Audacity source code should now
  430.     compile out of the box on Windows.
  431.  
  432.   * Many new/updated translations.
  433.  
  434. Changes in 1.2.0-pre4:
  435.  
  436.   * Fixed problems that could occur when importing certain
  437.     non-seekable PCM audio files, such as GSM610.
  438.  
  439.   * Fixed bug that was causing the samples to shift off-screen
  440.     horizonally when zoomed in very far and the track had a
  441.     time-shift offset.
  442.  
  443.   * Fixed bugs in the new resampler that added noise to resampled
  444.     audio on some systems. If you experienced noise when exporting
  445.     to a WAV, MP3 or OGG file you may have been bitten by this bug.
  446.   
  447.   * Fixed bug that led to occasional crashes when using the
  448.     time-shift tool in conjunction with high zoom factors.
  449.     
  450.   * Dithering is now only applied on export when it is really
  451.     necessary (e.g. when converting float samples to 16-bit).
  452.     
  453.   * Files that only contain mono tracks are now automatically
  454.     exported to stereo files when they contain tracks which are
  455.     panned to the left or the right.
  456.     
  457.   * The Delete key can now be used to delete the current selection,
  458.     in addition to the Backspace key.
  459.  
  460.   * Fixed bug where Audacity didn't ask whether to save 
  461.     changes if you close the project or exit while recording.
  462.  
  463.   * Mac OS X: Supports Playthrough (listen to what you're recording
  464.     while recording it) if your hardware device supports it.
  465.  
  466.   * Mac OS X: Audacity is now a package (you can right-click on
  467.     Audacity.app and select 'Show Package Contents').  Launch time
  468.     has improved significantly.
  469.  
  470.   * MS Windows: Fixed problem that caused Windows XP to use 
  471.     the short name of a file ("TESTFI~1.AUP"), which led to 
  472.     problems when the file was later opened again using the 
  473.     long file name.
  474.     
  475.   * MS Windows: Fixed bug that caused file exports to fail 
  476.     if the destination directory was the root folder of a 
  477.     Windows drive.
  478.  
  479.   * MS Windows: Audacity's application information which 
  480.     is written to the Windows registry now always contains 
  481.     the full path to the executable. 
  482.  
  483.   * MS Windows: Fixed problems in trying to set the Windows 
  484.     registry as non-admin user, for file-type associations.
  485.  
  486.   * Make sure the "Save" command is enabled after changing
  487.     gain and pan sliders.
  488.  
  489.   * Updated translations.  Added translator credits to the
  490.     "About" window in localized versions.
  491.  
  492. Changes in 1.2.0-pre3:
  493.  
  494.   * Fixed bug where Export is grayed out when nothing is
  495.     selected.
  496.  
  497.   * Fixed crash caused by opening Audacity on a computer with
  498.     a high-end sound card with no mixer support.
  499.  
  500.   * Fixed crash in Import Raw.
  501.  
  502.   * Fixed New Stereo Track.
  503.  
  504.   * Cosmetic fixes for Mac OS X.
  505.  
  506.   * Support for the VST Enabler on Windows added.
  507.  
  508.   * Fixed crash if you close Audacity while the Preferences
  509.     dialog is open.
  510.  
  511.   * Fixed duplicate-character bug in Mac OS X Label Tracks.
  512.  
  513.   * The recording level control on Linux now adjusts the IGAIN,
  514.     rather than the playthrough level of the recording source.
  515.  
  516.   * Fixed bug that caused corruption to 16-bit stereo recordings.
  517.  
  518.   * Fixed bug that caused data loss if you deleted all tracks in
  519.     a saved project and then open a new file into the same window.
  520.  
  521.   * Added support for alternate audio button order (in Interface
  522.     preferences)
  523.  
  524.   * Added preliminary support for wxX11
  525.  
  526.   * Added fully transparent Windows XP icon
  527.  
  528.   * Fixed crash if you try to record (or play) and no audio
  529.     devices exist, or if the audio device doesn't support the
  530.     mode you selected.
  531.  
  532.   * Audacity no longer sets the process priority to high while
  533.     recording on Windows.  Users can still do this manually
  534.     using the Task Manager.
  535.  
  536.   * Fixed bug that caused last ~100 ms of the selection to get
  537.     cut off on Windows.
  538.  
  539.   * Fixed FFT Filter and Equalization effects dialogs.
  540.  
  541.   * Fixed bugs in Unix build system (DESTDIR in locale directory,
  542.     choosing libsamplerate instead of libresample)
  543.  
  544.   * Support for LADSPA plug-ins on Windows added, and 
  545.     three open source LADSPA plug-ins ported to Windows
  546.     (GVerb reverb, SC4 compressor, and Hard Limiter)
  547.  
  548. Changes in 1.2.0-pre2:
  549.  
  550.   * Online help completed.  The full manual is nearly complete
  551.     and will be posted to the website for online browsing shortly.
  552.  
  553.   * Audacity will no longer let you do unsafe editing operations
  554.     while playing or recording.  This eliminates many potential
  555.     crashes.
  556.  
  557.   * Fixed ability to cancel Quit button.
  558.  
  559.   * New resampling library, with no restrictions on the maximum or
  560.     minimum rate of resampling.
  561.  
  562.   * Audacity now supports LADSPA plug-ins on all platforms, and
  563.     supports VST plug-ins through an optional LADSPA plug-in
  564.     called the "VST Enabler", which you can download separately.
  565.     Because of licensing issues, Audacity cannot be distributed
  566.     with VST support built-in.
  567.  
  568.   * Mac OS X keyboard shortcut problems have been fixed.
  569.  
  570.   * Mac OS X audio muting problems have been fixed.
  571.  
  572.   * Mac OS X playback/recording cursor sync problems have been fixed.
  573.  
  574.   * Silence now displays a straight line again, instead of nothing.
  575.  
  576.   * Added a vertical ruler to the Waveform dB display.
  577.  
  578.   * Fixed crash in Change Pitch.
  579.  
  580.   * You can now Paste if nothing is selected.
  581.  
  582.   * Canceling an Import operation doesn't cause an extra error
  583.     dialog to appear.
  584.  
  585.   * Audacity now handles filenames with international characters
  586.     correctly.
  587.  
  588.   * Now outputs ID3v2.3 tags (instead of ID3v2.4), to be
  589.     compatible with more MP3 players.
  590.  
  591.   * Minor improvements to build system on Unix systems.
  592.  
  593. New features in Audacity 1.2:
  594.   * User Interface
  595.     - Vertical zooming of tracks.
  596.     - Improved look and placement of toolbars.
  597.     - New custom mouse cursors.
  598.     - Complete implementation of editable keyboard shortcuts.
  599.     - Find zero-crossings.
  600.     - Mouse wheel can be used to zoom in and out.
  601.     - Multi-Tool mode.
  602.     - Amplify using envelope.
  603.     - Labels can store selections (like Audacity 1.0.0).
  604.  
  605.   * Effects
  606.     - Repeat Last Effect command
  607.     - Improved VST plug-in support
  608.     - Most effects now have a Preview button
  609.     - Compressor (Dynamic Range Compressor)
  610.     - Change Pitch (without changing tempo)
  611.     - Change Tempo (without changing pitch)
  612.     - Change Speed (changing both pitch and tempo)
  613.     - Repeat (useful for creating loops)
  614.     - Normalize (adjust volume and DC bias)
  615.  
  616.   * Audio I/O
  617.     - 1-second preview command.
  618.     - Looped play.
  619.  
  620.   * File I/O
  621.     - Audacity 1.2.0 opens project files from all previous versions
  622.       of Audacity from 0.98 through 1.1.3.
  623.     - Open multiple files from the same dialog.
  624.     - Use a text file to specify a list of audio files to open with offsets.
  625.  
  626.   * Updated user manual
  627.  
  628.   * Bug fixes
  629.     - Project files with special characters are no longer invalid.
  630.     - "Scratchy" noises caused by bad clipping are fixed.
  631.     - Audacity no longer exports invalid Ogg files, and does not cut off the
  632.       last few seconds of exported Ogg files.
  633.     - Mono MP3 files now export at the correct speed.
  634.     - Many incorrect results from the Envelope tool have been fixed.
  635.     - The "Export Labels" command now overwrites existing files correctly.
  636.     - The "Plot Spectrum" window displays the correct octave numbers for
  637.       notes.
  638.     - Several memory leaks are fixed.
  639.  
  640. New features in Audacity 1.1.3:
  641.   * User Interface
  642.     - New Mixer toolbar allows you to control the output
  643.       volume, input volume, and input source directly
  644.       from Audacity.
  645.     - Every track now has its own gain and pan controls.
  646.  
  647.   * File I/O
  648.     - Uses improved project file format.  (Unfortunately reading
  649.       previous formats, including 1.1.1, is not supported.)
  650.     - Block files (stored in Audacity project directories) now
  651.       use the standard AU format.  Though some Audacity
  652.       meta-information is in these files, they can now be
  653.       read by many other popular audio programs as well.
  654.     - Fixed some bugs relating to reading/writing audio
  655.       files with more than 16 bits per sample.
  656.     - Import RAW is functional again, with a simpler GUI
  657.       but support for far more file formats.  The
  658.       autodetection algorithms are much more accurate than
  659.       in 1.0.
  660.  
  661.   * Audio I/O
  662.     - Completely rewritten audio I/O, with lower latency
  663.       and minimal chance of buffer underruns while
  664.       recording.
  665.  
  666.   * Resampling
  667.     - Using high quality resampling algorithms, with the
  668.       option of better quality for mixing than for real-time
  669.       playback
  670.  
  671.     - Preliminary support for Time Tracks, for changing
  672.       playback speed over time.
  673.  
  674.   * Many more bug fixes and new features
  675.  
  676. New features in Audacity 1.1.2:
  677.   * User Interface
  678.     - Fixed bug in Windows version, for track menu commands 
  679.       "Name..." and "Split Stereo Track"/"Make Stereo Track".
  680.   * Effects
  681.     - Nyquist support on Windows (supports plug-ins written 
  682.       in Nyquist, an interpreted functional language based 
  683.       on Lisp).
  684.  
  685. New features in Audacity 1.1.1:
  686.  
  687.   * User Interface
  688.     - Tooltips appear in Statusbar.
  689.     - Vertical cursor follows play/record
  690.     - Pause button
  691.     - Drawing tool (with three different modes)
  692.     - Vertical Resizing of stereo tracks is more fun.
  693.     - Adjust selection by click-dragging selection boundary
  694.     - Toolbar button context-sensitive enabling/disabling
  695.     - Better zooming functionality (centers region)
  696.     - Multiple ways to display the cursor position and selection
  697.     - Snap-to selection mode
  698.     - Drag tracks up and down
  699.     - Align and group align functions
  700.     - Cursor save/restore
  701.     - Working history window
  702.   * Effects
  703.     - Effects broken down into three menus: Generate, Effect, and
  704.       Analyze
  705.     - Generate menu lets you generate silence, noise, or a tone
  706.     - Nyquist support (supports plug-ins written in Nyquist,
  707.       an interpreted functional language based on Lisp)
  708.   * Localization
  709.     - Improved localization support
  710.     - More languages available
  711.     - Language selection dialog on startup
  712.   * Mac OS X
  713.     - Support for more audio hardware
  714.     - Support for full-duplex (play while recording)
  715.     - Support for MP3 exporting using LameLib Carbon
  716.   * Unix
  717.     - Audacity now has a man page (it describes command-line
  718.       options and how to set the search path)
  719.   * File Formats
  720.     - Uses libsndfile 1.0, which fixes some bugs and
  721.       improves performance
  722.   * Searching for Files:
  723.     - On Windows and Mac OS, Audacity now looks for
  724.       translations in the "Languages" folder and all plug-ins
  725.       in the "Plug-ins" folder, relative to the program.
  726.     - On Unix, Audacity looks for translations in
  727.       <prefix>/share/locale and looks for everything else
  728.       in <prefix>/share/audacity and also in any paths in
  729.       the AUDACITY_PATH environment variable
  730.  
  731. New features in Audacity 1.1.0:
  732.  
  733.   * Core audio processing:
  734.     - Support for 24-bit and 32-bit sample formats
  735.     - Automatic real-time resampling (using linear
  736.         interpolation)
  737.   * Effects:
  738.     - Support LADSPA plugins on Linux / Unix
  739.   * File formats:
  740.     - New XML-based Audacity project format
  741.     - Full Ogg Vorbis support now (importing and exporting)
  742.     - Export to any command-line programs on Unix
  743.     - Support for reading and writing many more types of
  744.         uncompressed audio files, including ADPCM WAV files.
  745.   * Toolbars
  746.     - New toolbar drawing code; automatically adopts your
  747.         operating system's colors
  748.     - New toolbar buttons (Skip to Start, Skip to End)
  749.     - New Edit toolbar
  750.     - Toolbar buttons disable when they're not available
  751.   * User Interface
  752.     - Fully customizable keyboard commands
  753.     - Autoscroll while playing or recording
  754.     - New Ruler, used in main view and in
  755.         FFT Filter effect
  756.     - The waveform now displays the average value in a lighter
  757.         color inside the peak values
  758.   * Localization
  759.     - Audacity can now be localized to different foreign
  760.       languages.
  761.  
  762. New libraries in Audacity 1.1:
  763.  
  764.   * libmad for fast MP3 importing
  765.   * libid3tag for editing MP3 file information
  766.   * libsndfile to read and write more audio file formats
  767.   * PortAudio for cross-platform audio playing and recording
  768.